Auto merge of #5150 - Eh2406:more_interning, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 8 Mar 2018 15:21:26 +0000 (15:21 +0000)
committerbors <bors@rust-lang.org>
Thu, 8 Mar 2018 15:21:26 +0000 (15:21 +0000)
commit3f7a42663fadf6f654677b702233cdf67f88361b
treeb8dde8323e056ca259ad426c102d123ff90914c0
parent8fde4e3fec666b219410ae2d4945c110e9b8aa1e
parent9b731821daa499f89e9b437daaabf3d1ac074d6d
Auto merge of #5150 - Eh2406:more_interning, r=alexcrichton

More interning

This is a small part of the unsuccessful last commit of #5121, this part removes `InternedString::new` from the innerest of loops.

This is mostly a resubmission of #5147, that I accidentally deleted while bors was testing. This one has new commits, so github will take the resubition.